home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWExcLib / Include / FWSExcLo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-21  |  804 b   |  28 lines  |  [TEXT/MPS ]

  1. #if !defined(FWSEXCLO_H) && defined(FW_DEBUG)
  2. #define FWSEXCLO_H
  3. //========================================================================================
  4. //
  5. //    File:                FWSExcLo.h
  6. //    Release Version:    $ 1.0d1 $
  7. //
  8. //    Creation Date:        3/28/94
  9. //
  10. //    Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //========================================================================================
  13.  
  14. #ifndef   FWCLAINF_H
  15. #include "FWClaInf.h"
  16. #endif
  17.  
  18. // Globals for exception logging
  19. struct FW_SPrivExceptionLog
  20. {
  21.     unsigned short        gLogEnabled;        // Logging enabling counter
  22.     FW_ClassReference    gTriggerClass;        // Exception to trigger.
  23.     long                gTriggerPoint;        // Number of trigger point.
  24.     long                gTriggerCounter;    // Trigger point counter.
  25.     short                gInitialized;        // Logging initialized.
  26. };
  27.  
  28. #endif